home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OCFINC.PAK / OCAPP.RH < prev    next >
Text File  |  1997-05-06  |  1KB  |  32 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectComponents
  3. // Copyright (c) 1994, 1996 by Borland International, All Rights Reserved
  4. //
  5. //   String resource ids used by ocapp for clipboard format names
  6. //----------------------------------------------------------------------------
  7.  
  8. //
  9. // Text for clipboard format names
  10. //
  11. #define IDS_CFFIRST         32610   // first id for standard clipboard format
  12. #define IDS_CFTEXT          32610
  13. #define IDS_CFBITMAP        32611
  14. #define IDS_CFMETAFILE      32612
  15. #define IDS_CFSYLK          32613
  16. #define IDS_CFDIF           32614
  17. #define IDS_CFTIFF          32615
  18. #define IDS_CFOEMTEXT       32616
  19. #define IDS_CFDIB           32617
  20. #define IDS_CFPALETTE       32618
  21. #define IDS_CFPENDATA       32619
  22. #define IDS_CFRIFF          32620
  23. #define IDS_CFWAVE          32621
  24. #define IDS_CFUNICODETEXT   32622
  25. #define IDS_CFENHMETAFILE   32623
  26. #define IDS_CFLAST          32623   // last id for standard clipboard format
  27.  
  28. //
  29. // word " in ", used in the window title when a server is embedded
  30. //
  31. #define IDS_IN                   32700
  32.